Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing dependabot updates #666

Merged
merged 1 commit into from
Jan 11, 2024
Merged

fix: missing dependabot updates #666

merged 1 commit into from
Jan 11, 2024

Conversation

justinmk3
Copy link
Contributor

@justinmk3 justinmk3 commented Jan 11, 2024

Problem:

Since ebe7d3c, dependabot does not send updates for packages not matching a group.

Note

Edit: this premise might be false; counterexample is #635 , which was created after ebe7d3c )

Hint: #533 (comment)

Solution:

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@justinmk3 justinmk3 requested a review from a team as a code owner January 11, 2024 11:28
Problem:
Since ebe7d3c, dependabot does not send
updates for packages not matching a group. For example, in the
"telemetry/vscode/" directory it will only update `jest` and `@types`
dependencies. Other deps won't be updated.

Hint: #533 (comment)

Solution:
- Review the inscrutable documentation: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
- Reference examples on github via: https://github.com/search?q=path%3Adependabot.yml+groups+all&type=code
- Remove `dependency-type` directive.
- Try `allow: dependency-name: '*'` directive.
    - If this doesn't work, later try a "catch-all" group. Note that `groups` are evaluated as "first wins".
- Note: intentionally _not_ using ["allow: dependency-type:all" directive](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow);
  it enables updates for _transitive_ dependencies.
@justinmk3
Copy link
Contributor Author

justinmk3 commented Jan 11, 2024

There is no way to validate dependabot configs without commiting, so just going to yolo this.

Edit: can troubleshoot dependabot here: https://github.com/aws/aws-toolkit-common/network/updates

@justinmk3 justinmk3 merged commit 15dfb02 into main Jan 11, 2024
5 of 7 checks passed
@justinmk3 justinmk3 deleted the deps2 branch January 11, 2024 11:34
@justinmk3
Copy link
Contributor Author

justinmk3 commented Jan 11, 2024

justinmk3 added a commit to aws/aws-toolkit-vscode that referenced this pull request Jan 11, 2024
Problem:
Dependabot updates are much less frequent. No way to troubleshoot, but
correlates with the `groups` directive added in 06507c3 (4 months
ago).

Hint: aws/aws-toolkit-common#533 (comment)

Solution:
- Review the inscrutable documentation: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
- Reference examples on github via: https://github.com/search?q=path%3Adependabot.yml+groups+all&type=code
- Remove the `dependency-type: production` directive.
- Add the `allow: dependency-name: *` directive.
- Note: intentionally _not_ using ["allow: dependency-type:all" directive](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow);
  it enables updates for _transitive_ dependencies.

see also aws/aws-toolkit-common#666
justinmk3 added a commit to aws/aws-toolkit-vscode that referenced this pull request Jan 11, 2024
Problem:
Dependabot updates are much less frequent. No way to troubleshoot, but
correlates with the `groups` directive added in 06507c3 (4 months
ago).

Solution:
- Review the inscrutable documentation: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
- Remove the `dependency-type: production` directive.
- Add the `allow: dependency-name: *` directive.
- Note: intentionally _not_ using ["allow: dependency-type:all" directive](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow);
  it enables updates for _transitive_ dependencies.

see also aws/aws-toolkit-common#666
justinmk3 added a commit to aws/aws-toolkit-vscode that referenced this pull request Jan 11, 2024
Problem:
Dependabot updates are much less frequent. No way to troubleshoot, but
correlates with the `groups` directive added in 06507c3 (4 months
ago).

Solution:
- Review the inscrutable documentation: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
- Remove the `dependency-type: production` directive.
- Add the `allow: dependency-name: *` directive.
- Note: intentionally _not_ using ["allow: dependency-type:all" directive](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow);
  it enables updates for _transitive_ dependencies.

see also aws/aws-toolkit-common#666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant